Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfIndirectObject<TValue> Class / Value Property

In This Topic
    Value Property (PdfIndirectObject<TValue>)
    In This Topic
    Gets the IPdfObject that defines the value of this PdfIndirectObjectBase. That should be a direct object.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Value As IPdfObject
    public override IPdfObject Value {get;}
    See Also